
.menu
{
	position: absolute;
	z-index: 3;
	left: 165px;
	top:107px;
	background-color: #FFFFFF;
	padding:0 0 0 1px;
	height:18px;

}

.menu li
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: left;
}
.menu ul
{

	padding: 0px;
	margin: 0px;

}

.menu a
{
	background-color: #3366CC;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:1px 18px;
	margin:0 1px 0 0px;
	display:inline;
	float:left;
	line-height:16px;


}
/*stupid ie*/	
* html .menu a{

  } 

.menu a:hover
{
	background-color: #AFC1EB;
	color: #000000;
}

#smenu1, #smenu2, #smenu3, #smenu4
{
	font-size: 12px;
	display: none;
	width: 140px;
	float: left;
}

#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a
{
	font-weight: normal;
	padding:1px;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	font-size: 10px;
	margin-top: 1px;
}

