#nav {
        width: 150px;
		font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	
	color: #000;
}
#nav, #nav ul, #nav li {
        margin: 0;
        padding: 0;
        list-style: none;
}
#nav li {
        
	clear: both;
	
}
#nav .top {
        display: block;
        height: 1.4em;
	color: white;
	background: url(img/toptitle.gif) no-repeat;
	font-weight: bold;
        padding: 4px;
}
#nav .topblue {
        display: block;
        height: 1.4em;
	color: white;
	background: url(img/toptitleblue.gif) no-repeat;
	font-weight: bold;
        padding: 4px;
}

#nav .topgreen {
        display: block;
        height: 1.4em;
	color: white;
	background: url(img/toptitlegreen.gif)  no-repeat ;
	font-weight: bold;
        padding: 4px;
}
#nav li b {
        display: block;
        height: 1.4em;
	color: #333333;
	background: url(img/title.gif) repeat-x;
	cursor: default;
        padding: 4px;
}

#nav li .gul {
        	color: black;
			background-color: #CCCCCC;
			
}
#nav li b:hover,
#nav li b.over {
color: white;
}


#nav li .top {
        display: block;
        height: 1.2em;
	color: white;
	background: url(img/toptitle.gif) repeat-x;
	cursor: default;
        padding: 4px;
		padding-left: 6px;
}
#nav li .top:hover,
#nav li .top.over {
color: #ffffff;
	
}

#nav li ul li {
   
        border: none;
	
}
#nav li ul li a {
padding: 5px 10px;
	background: #eee;
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	color: #2c5e2e;
	
	cursor: default;
}

#nav li ul li a.current {
	background : #ccc;
}
#nav li ul li a:hover {
	background : #AAAAAA url(img/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
	cursor: default;
}

