#menu_top {
	list-style:none;
   	float:left;
	width:960px;
	margin:4px auto 0px auto;
        z-index:999;
	height:33px;
	padding:4px 20px 10px 0px;

	/* Rounded Corners */
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	/* Background color and gradients */
	
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #393939), color-stop(0.5, #131313), color-stop(0.51, #343434), color-stop(1, #515151));
    background-image: -moz-linear-gradient(center bottom, #393939 0%, #131313 50%, #343434 51%, #515151 100%);
    background-color:#393939;
	
	/* Borders */
	
	border: 1px solid #000000;

    -moz-box-shadow: 0px 1px 1px #cecece;
    -webkit-box-shadow: 0px 1px 1px #cecece;
    box-shadow: 0 1px 2px #8b8b8b;
}

#menu_top li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 3px 10px 4px 10px;
	margin-left:25px;
	margin-right:10px;
	margin-top:0px;
	border:none;
}

#menu_top li:hover {
	border: 0px solid #ff0000;
	padding: 3px 10px 4px 10px;
   	border:none;
    
   
	/* Background color and gradients */
	
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ea0000), color-stop(0.5, #cb0000), color-stop(0.51, #FF0000), color-stop(1, #d10000));
    background-image: -moz-linear-gradient(center bottom, #ea0000 0%, #cb0000 50%, #FF0000 51%, #d10000 100%);
    background-color:#FF0000;
	
	/* Rounded corners */
	
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
    
}

#menu_top li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; 
	color: #FFFFFF;
	display:block;
	outline:0;
	text-decoration:none;
}

#menu_top li:hover a {
	color:#FFFFFF;
}

  
#menu_top li .drop {
	padding-right:21px;
	background:url("/user/Images/Menu/drop.png") no-repeat right 8px;
}
#menu_top li:hover .drop {
	background:url("/user/Images/Menu/drop.png") no-repeat right 7px;

}
.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
        z-index: 999;
	padding:-2px 0px 0px 0px;
	border:1px solid #131313;
	border-top:1px solid #131313;
	
	/* Gradient background */
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #fcfcfc, #dcddde);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fcfcfc), to(#dcddde));

	/* Rounded Corners */
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
    
    -moz-box-shadow: 0px 1px 1px #cecece;
    -webkit-box-shadow: 0px 1px 1px #cecece;
    box-shadow: 0 1px 2px #8b8b8b;
}

.dropdown_1column {width: 160px;}
.dropdown_2columns {width: 300px;}
.dropdown_3columns {width: 440px;}
.dropdown_4columns {width: 580px;}
.dropdown_5columns {width: 720px;}

#menu_top li:hover .dropdown_1column, 
#menu_top li:hover .dropdown_2columns, 
#menu_top li:hover .dropdown_3columns,
#menu_top li:hover .dropdown_4columns,
#menu_top li:hover .dropdown_5columns {
	left:-1px;
	top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {width:130px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

#menu_top .menu_right {
	float:right;
	margin-right:0px;
}
#menu_top li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

#menu_top li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu_top p, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;

}
#menu_top h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menu_top h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menu_top p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu_top li:hover div a {
	font-size:12px;
	color:#000000;
}
#menu_top li:hover div a:hover {
	color:#ff0000;
}


.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
    -moz-box-shadow: 0px 1px 1px #cecece;
    -webkit-box-shadow: 0px 1px 1px #cecece;
    box-shadow: 0 1px 2px #8b8b8b;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

#menu_top li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#menu_top li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu_top li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;

	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}
#menu_top li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#menu_top li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu_top li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

.highlight { background-color: #FFFF80; }
h1 { background-image: url('/images/dottedh.php?rgb=000000'); background-repeat: repeat-x; background-position: bottom left; padding-bottom: 3px; }
p { line-height: 16px; }
.child { position: absolute; visibility: hidden; z-index: 40; background: #643232; border: 0px; margin-top: 7px; padding: 2px; text-align: left; }
.child a { display: block; padding: 4px 9px; }
.child a:link, .child a:visited { background-color: transparent; color: #FFFFFF; font: bold 12px arial, sans-serif; text-decoration: none; }
.child a:hover, .child a:active { background-color: #E08020; color: #FFFFFF; font: bold 12px arial, sans-serif; text-decoration: none; }

.slideshow {
position:relative;
padding:0;
margin:0;
}
.slideshow a img {
border:none;
}
.slideshow li.slide {
list-style-type:none;
}
.slideshow .slides {
height:290px;
margin:0;
}
.slideshow .slides li.slide {
visibility:hidden;
position:absolute;
left:0px;
top:0;
}

.slideshow .buttons {
	position:absolute;
	z-index:10;
	left:-15px;
	top:27px;
	margin:0;
	width: 291px;
	height: 199px;
}

.slideshow .buttons li {
float:left;
width:200px;
list-style-type:none;
height:30px;
margin:0;
padding-left:0px;
line-height:30px;
}
.slideshow .buttons li a {
float:left;
text-decoration:none;
font-size:24px;
font-family:Verdana, Geneva, sans-serif;
width: 250px;
height:30px;
color:#fff;
outline:0;
}
.slideshow ul.buttons li a:hover {
text-decoration:none;
color:#F00;
}
.slideshow ul.buttons li.active a:hover,
.slideshow ul.buttons li.active a {
color:#F00;
}




a.menu:link {
 display: block;
 width: 100%;
 height: 100%;
}

a.menu:visited {
 display: block;
 width: 100%;
 height: 100%;
}

a.menu:hover {
 display: block;
 width: 100%;
 height: 100%;
}

a.menu:active {
 display: block;
 width: 100%;
 height: 100%;
}



.style0 {
	font-size: 9px;
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif
}

.style1 {
	font-size: 10px;
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif;
	}

.style2 {
	font-size: 10.5px;
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif
}

.style3 {
	font-size: 12px;
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif
}

.style4 {
	font-size: 13px;
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif;
}

.style5 {
	font-size: 15px;
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif;
}

.style6 {
	font-size: 12px;
   	color:#808080;
	font-family: Arial, Verdana, sans-serif;
}

.style7 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold
}

.style8 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#808080;
	font-weight:bold
}

.style9 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
	font-weight:bold
}

.style010 {
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:bold
}

.style011 {
	font-size: 15px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:bold
}

.style12 {
	font-size: 12px;
	font-family: Courier New, Courier, monospace;
}

.style13 {
	font-size: 12px;
	font-family: Courier New, Courier, monospace;
}

.style14 {
	font-size: 14px;
	font-family: Courier New, Courier, monospace;
}

.style15 {
	font-size: 20px;
	font-family: Courier New, Courier, monospace;
	font-weight:bold
}

.style16 {
	font-size: 12px;
	font-family: Courier New, Courier, monospace;
	color:#cbcbcb;
}

.style17 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold
}

.style18 {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
	font-weight:bold
}

.style19 {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

.style20 {
	font-size: 9px;
	font-family: Arial, Verdana, sans-serif
	color: #FFFFFF;
}

.style21 {
	font-size: 11px;
	font:Arial, Helvetica, sans-serif;
	color:#999999;
	font-weight:bold	
}


.style22 {
	font-size: 12px;
	font:Arial, Helvetica, sans-serif;
}

.style23 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
	font-weight:bold
}

.style24 {
	font-size: 10px;
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif;
	color: #666666;
}