a:link,a:visited,a:active {
	color:#000;
	text-decoration:none;
	border-bottom:1px dashed;
}
a:hover{
	color:#777777;
	letter-spacing:normal;
	text-decoration:none;
	border-bottom:1px solid;
}
#footer a {
	border:0px;
}
#menuParent a, #menuParent a:visited {
	text-decoration:none; 
	background-color:#fff; 
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	color:#000; 
	display:block; 
	width:249px; 
	/*
	height:1.5em;
	border-right:1px solid #000; 
	*/
	border-bottom:1px solid #fff;  
	padding:0.5em;
}
#menuParent a:hover {
	border-top:1px solid #000; 
	border-bottom:1px solid #000;
	text-align:right;
	background-color:#E2E7EC;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_definition.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {list-style-type:none; margin:10px 0px; padding:0px;}
#menu li {float:left; padding:0px; margin:0px; position:relative; width:150px; height:2em; z-index:100;}
#menu li dl {position:absolute; top:0px; left:0px;}
#menu li a, #menu li a:visited {text-decoration:none;}
#menu li dd {display:none;}
#menu li:hover, #menu li a:hover {border:0px;}
#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {padding-bottom:5px;}
#menu table {border-collapse:collapse; padding:0; margin:-1px; font-size:1em;}
#menu dl {width: 150px; margin:0px; padding: 0px; background: #CCCCCC; text-align:center; cursor:pointer;}
#menu dt {margin:0; padding:2px; font-size: 1.1em; color: #fff; border-bottom:1px solid #F2F2F2;}
#menu .one {background:#CCCCCC;}
#menu .two {background: #CCCCCC;}
#menu .three {background: #CCCCCC;}
#menu .four {background: #CCCCCC;}
#menu dd {margin:0; padding:0; color: #fff; font-size: 1em; background: #47a; text-align:left;}
#menu dd.last {border-bottom:1px solid #666666;}
.gallery dt a, .gallery dt a:visited {display:block; color:#F2F2F2;}
.gallery dd a, .gallery dd a:visited {color:#fff; text-decoration:none; display:block; padding:4px 5px 4px 20px;background: #47a; width:125px;}
.gallery dd a:hover {background: #258; color:#9cf;}
