@charset "utf-8";
/* CSS Document */

/* top navigation */ 

#topnav
{
	margin: 0;
	z-index: 30;
	height: 35px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
}

#topnav li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
}
#topnav .first {
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
}


#topnav li a
{
	display: block;
	width: 135px;
	color: #FFFfff;
	text-align: center;
	text-decoration: none;
	height: 23px;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	line-height: 23px;
}

#topnav li a:hover
{
	height: 23px;
	background-image: url(images/nav_hover.jpg);
	background-repeat: repeat-x;
}

#topnav div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid #5970B2;
	background-repeat: repeat-x;
}

/*  dropdown */
	#topnav div a
	{
	position: relative;
	display: block;
	margin: 0;
	width: 135px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #ffffff;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
}
		
/*  dropdown hover*/

	#topnav div a:hover
	{
	color: #FFF;
}
#navigation {
	position: relative;
	z-index: 30;
}

