
ul#menu{
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:40px;
	text-transform:uppercase;
	font-size:13px;
	background:transparent url("../img/blue.jpg") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
ul#menu li{
	display:block;
	float:left;
	border-right:1px solid #ffffff;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:30px;
	overflow:hidden;
	}
ul#menu li a:hover{
	background:transparent url("../img/black.jpg") repeat-x top left;	
	}


ul.list_p1 a li
{
color: #000066;
border-bottom:#7482FA thin solid;
border-right:#7482FA thin solid;
margin-bottom:5px;
font-family:Verdana;
font-size:12px;
width:250px;
margin-bottom:5px;
}

ul.list_p1 a
{
text-decoration:none;
}

ul.list_p1 a li:hover
{
color:#FF0000;
background-color: #66CCFF;
font-weight:bold;
/*border-bottom: #FF6633 thin solid;
border-right: #FF6633 thin solid;*/
width:300px;
margin-bottom:5px;
cursor:pointer;
}