@charset "utf-8";
#navMenu {
	padding:0;
	margin: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }

#navMenu ul {
	margin:0;
	padding:0;
	line-height:30px;
	text-align: center;
 
 }
 
 #navMenu li {
    margin:0;
    padding:0;
    list-style:none;
	float:left;
	position:relative;
	background:#000040;
 }

 #navMenu ul li a {
    text-align:center;   
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:large;
    width:139px;
    display:block;
	color:#FFF;
 border:1px solid #FFF;
    text-shadow:1px 1px 1px #000; 

 }

#navMenu ul ul {
	position:absolute;
	visibility:hidden;
	top:32px;
 }
 
  #navMenu ul li:hover ul {
    visibility:visible;
    z-index:9999;
 }
 
  /**********************************************/

  #navMenu li:hover {
   background:#999
 }


 #navMenu ul li:hover ul li a:hover {
    background:#CCC;
	color:#C00
    
 }

  #navMenu a:hover {   
  color:#000;
 } 


.clearFloat {
	clear:both;
	margin:0;
	padding:0;
	border-top-width: 0%;
	border-right-width: 0%;
	border-bottom-width: 0%;
	border-left-width: 0%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }

#navMenu ul li { 

  display: inline; 
 
 }


.holder {
	height:auto;
	width:196px;
	border-top-width: 5px;
	border-top-style: double;
	border-top-color: #CCC;
}

.holder p{
	padding:10px 10px;
	margin:0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
}
	
.top {
width:194px;
height:auto;
border:1px solid #333;
background:#000040;
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
-webkit-border-radius-topleft:15px;
-webkit-border-radius-topright:15px;
}

.top h3 {
margin:0;
line-height:auto;
padding:0px 10px;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#FFFFFF;
text-align:center;
}

.bottom {
	width:194px;
	height:10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;
-webkit-border-radius:15px;
-webkit-border-radius-topright:15px;
}

.holder2 {
	height:auto;
	width:196px;
	border-top-width: 5px;
	border-top-style: double;
	border-top-color: #CCC;
}

.holder2 p{
	border-left:1px solid #333;
	border-right:1px solid #333;
	padding:10px 10px;
	margin:0; 
	
}
	
.top2 {
width:194px;
height:auto;
border:1px solid #333;
background:#000040;
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
-webkit-border-radius-topleft:15px;
-webkit-border-radius-topright:15px;
}

.top2 h3 {
margin:0;
line-height:30px;
padding:0px 10px;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#FFFFFF;
text-align:center;
}

.bottom2 {
	width:194px;
	height:10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;
-webkit-border-radius:15px;
-webkit-border-radius-topright:15px;
}

.bodymain{
	padding:10px 10px;
	margin:0;
	
}

