/*Nav bar styles*/
ul.nav,
.nav ul{
	margin: 2;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
	font-family: verdana;
	font-size:xx-small;
}

ul.nav{
	display: table;
}

ul.block{
	width: 100%;
	table-layout: fixed;
}

ul.nav>li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
	border:0px solid #000;
}
/*
ul.nav>li:hover{
padding-right: 1px;
}*/

ul.nav li>ul{
	display: none;
	position: absolute;
	max-width: 40ex;
	margin-left: -6px;
	margin-top: 2px;
	
}

ul.nav li:hover>ul{
	display : block;
	padding:0px;

}

.nav ul li a{
	display: block;
	padding: 2px 2px;
}

/*Menu styles*/

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #fff;
	color: #369;
	
}

ul.nav li:hover,
.nav ul li a:hover{
	/*background-image: url("back.png");*/
	background-color: #fff;
	color: #036;

}

ul.nav li:active,
.nav ul li a:active{
	background-color: #fff;
	color: #036;
}

ul.nav,
.nav ul{
	border: 0px solid #369;

}

.nav a{
	text-decoration: none;
	padding:0px;
}




.blur{
		background-color: #ccc; /*shadow color*/
		color: inherit;
		margin-left: 4px;
		margin-top: 4px;
}

.shadow,
.content{
		position: relative;
		bottom: 2px;
		right: 2px;
}

.shadow{
	background-color: #999; /*shadow color*/
	color: inherit;
}

.content{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #ccc; /*border color*/
	padding: .5em 2ex;
}

a {
	font-family:   Verdana, Arial, PreciousSansMedium, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #0B4499;
	

}
a:active {
	color: #333333;
	text-decoration: none;
}

