body{
	margin: 0;
	padding: 0;
}

div#navbox {
	background: #ddd url(../../images/navigation_box_bg.gif); 
	background-repeat: no-repeat;
	color: #fff;         
	font-family: myriad, arial, helvetica, sans-serif;      
	font-size: 26px;
	height: 345px;                
	margin: 0px;       
	padding: 30px 0 0 0px;
	text-align: center;
	width: 340px;
}   

div#container {
	margin: 0;
	padding: 0;
}      

#navbox ul{
	color: #fff;          
	font-family: arial;
	font-size: 16px;
	list-style-type: none;  
	margin: 0;
	margin-left: 35px;          
	margin-top: 20px;
	padding: 0;         
	text-align: left;
}              

#navbox li a{
	display: block;   
	line-height: 29px;   
	margin-left: 0px;
	padding-left: 5px;  
	width: 255px;
	border-bottom: 1px solid #00b5e4;
}   

#navbox a:link, #navbox a:visited
{
color: #EEE;
text-decoration: none;
}

#navbox a:hover 
{
background: url(../../images/hover_bg.gif);   
background-repeat: no-repeat;          
color: #fff;                       
}               

.selected {
background: url(../../images/hover_bg.gif);   
background-repeat: no-repeat;          
color: #fff;	
width: 260px;
}


