 
/*

gsdfgsd
fg
sdf
gsd
fg


*/






body {
	margin:0;
	padding:0;
	background-color:#3d475e;
}

body, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#323232;
}

.BreadCrumbs  { font-size: 11px; color:#4a5267; text-decoration: none; text-transform: uppercase;}
.BreadCrumbs:link { font-size: 11px; color:#4a5267; text-decoration: none; text-transform: uppercase;}
.BreadCrumbs:visited { font-size: 11px; color:#4a5267; text-decoration: none; text-transform: uppercase;}
.BreadCrumbs:hover { font-size: 11px; color:#000; text-decoration: none; text-transform: uppercase;}

a {
	color:#4a5267;
	text-decoration:underline;
}
a:visited {
	color:#4a5267;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:none;
}

.footer { font-size: 10px; color:#959eb4; font-weight: bold; text-decoration: none; }
.footer a:link { font-size: 10px; color:#959eb4; font-weight: bold; text-decoration: none; }
.footer a:visited { font-size: 10px; color:#959eb4; font-weight: bold; text-decoration: none; }
.footer a:hover { font-size: 10px; color:#FFF; font-weight: bold; text-decoration: none; }


/* MENU STYLE */
.menu{
	width: 100%;
	float: left;
	height:46px;	
	padding: 0px;
	margin: 0px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
	float: left;
}

#menu h2 {
	font: bold 14px tahoma, arial, helvetica, sans-serif;
	display: block;
	float:left;
	margin: 0;	
	height: 46px;
	color: #c2c2c2;
	width: auto;
	text-align: center;
	background-image:url(DesignImgs/navdiv.jpg);
	background-repeat:no-repeat;
	background-position: top right;
}

#menu a {
	font: bold 14px tahoma, arial, helvetica, sans-serif;
	display: block;
	float:left;
	margin: 0;
	padding: 15px 12px 0px 12px;
	height: 31px;
	color: #c2c2c2;
	width: auto;
	text-decoration: none;
	/*text-align: center;*/
}

#menu a:hover {
	color: #FFF;
	height: 31px;
	text-decoration:none;
	background-color:#737373;
	display:block;
}

#menu ul li {
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	float:left;
	position:relative;
	height: 46px;	
}

#menu ul li a:hover {
	color: #FFF;
	display:block;
	height:31px;
}
#menu ul li.last a {
	background:none;
}

#menu ul ul {
	top:46px;
	background-color:#737373;	
	position: absolute;
	z-index: 500;
	left:0;
	width:200px;	
	border: 2px solid #2a2a2a;
}

#menu ul ul li {
	margin:0;
	padding:1px;
	display:block;
	float:none;
	background-color:#737373;
	height:30px;
	line-height:30px;
}

#menu ul ul li a {
	margin:0;
	padding:0px 20px;
	display:block;
	float:none;
	cursor:pointer;
	background-color:#737373;
	height:30px;
	line-height:30px;
}
#menu ul ul li a:hover {
	margin:0;
	background-color:#4f4f4f;
	color:#ffffff;
	display:block;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	border: 1px solid #c0c0c0;
	background-color:#737373;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/*html div#menu ul li { float: left; 	height: 31px;}
html div#menu ul li a { 	height: 31px; }*/

#menu li:hover ul, li.over ul { display: block; float:left;}


/* END OF MENU STYLE */

<!--[if lt IE 7]>
#menu{float:none;}
body{behavior:url(csshover.htc); }
#menu ul li{float:left; }
#menu a{font: bold 14px tahoma, arial, helvetica, sans-serif;}

<![endif]-->


/*#dsitemap 
{
width:100%;
float:none;
padding:0px;
margin:0px;
height:20px;
}


#dsitemap ul
{
float:none;
width:100%;
padding:0px;
margin:0px;
height:20px;
}

#dsitemap ul ul
{
float:none;
width:100%;
padding-top:5px;
margin:0px;
height:20px;
}


#dsitemap ul li
{
float:none;
width:100%;
padding:0px;
margin:0px;
height:20px;
}

#dsitemap ul ul li
{
float:none;
width:100%;
padding:0px;
margin:0px;
height:20px;
}
*/