
#cssmenu > ul > li 
{
   font: normal 0.9em/30px 'OpenSansBold';
text-transform: uppercase;
text-decoration: none;
box-shadow: -1px 1px 5px 2px #795395;
color: #fff;
border-radius: 20px;
height: 40px;
width: auto;
padding: 0 15px;
text-align: center;
display: inline-block;
margin-left: 5px;
-webkit-text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
-moz-text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
background: rgb(111,207,202);
background: -moz-linear-gradient(top, rgba(111,207,202,1) 0%, rgba(55,168,163,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(111,207,202,1)), color-stop(100%,rgba(55,168,163,1)));
background: -webkit-linear-gradient(top, rgba(111,207,202,1) 0%,rgba(55,168,163,1) 100%);
background: -o-linear-gradient(top, rgba(111,207,202,1) 0%,rgba(55,168,163,1) 100%);
background: -ms-linear-gradient(top, rgba(111,207,202,1) 0%,rgba(55,168,163,1) 100%);
background: linear-gradient(to bottom, rgba(111,207,202,1) 0%,rgba(100, 23, 160, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fcfca', endColorstr='#37a8a3',GradientType=0 );
    /*list-style:inside none; padding:0; margin:0; float:left; display:block; position:relative;width:98px;*/
}
#cssmenu > ul > li:hover
{
    -webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.2);
-moz-text-shadow: 0 1px 0 rgba(0,0,0,0.2);
text-shadow: 0 1px 0 rgba(0,0,0,0.2);
background: rgb(95, 9, 153);
background: -moz-linear-gradient(top, rgba(55,168,163,1) 0%, rgba(111,207,202,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(133, 8, 182, 1)), color-stop(100%,rgba(116, 25, 167, 1)));
background: -webkit-linear-gradient(top, rgba(55,168,163,1) 0%,rgba(111,207,202,1) 100%);
background: -o-linear-gradient(top, rgba(55,168,163,1) 0%,rgba(111,207,202,1) 100%);
background: -ms-linear-gradient(top, rgba(55,168,163,1) 0%,rgba(111,207,202,1) 100%);
background: linear-gradient(to bottom, rgba(146, 14, 207, 1) 0%,rgba(119, 16, 151, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a8a3', endColorstr='#6fcfca',GradientType=0 );
} 
#cssmenu > ul > li > a{ outline:none; display:block; position:relative; padding:12px 20px; font:bold 13px/100% Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; text-shadow:1px 1px 0 rgba(0,0,0, 0.4); } 
#cssmenu > ul > li:first-child > a{border-radius:5px 0 0 5px;} 
#cssmenu > ul > li > a:after{ content:''; position:absolute; top:-1px; bottom:-1px; right:-2px; z-index:99; } 

#cssmenu ul li.has-sub:hover > a:after{top:0; bottom:0;} 
#cssmenu > ul > li.has-sub > a:before{ content:''; position:absolute; top:18px; right:6px; border:5px solid transparent; border-top:5px solid #fff; } 
#cssmenu > ul > li.has-sub:hover > a:before{top:19px;} 
#cssmenu ul li.has-sub:hover > a{background-image: linear-gradient(bottom, rgb(87,40,122) 50%, rgb(122,85,150) 100%);
background-image: -o-linear-gradient(bottom, rgb(87,40,122) 50%, rgb(122,85,150) 100%);
background-image: -moz-linear-gradient(bottom, rgb(87,40,122) 50%, rgb(122,85,150) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(87,40,122) 50%, rgb(122,85,150) 100%);
background-image: -ms-linear-gradient(bottom, rgb(87,40,122) 50%, rgb(122,85,150) 100%);

background-image: -webkit-gradient(
 Â  Â linear,
 Â  Â left bottom,
 Â  Â left top,
 Â  Â color-stop(0.5, rgb(87,40,122)),
 Â  Â color-stop(1, rgb(122,85,150))

 ); border-color:#3f3f3f; padding-bottom:13px; padding-top:13px; top:-1px; z-index:121; } 
#cssmenu ul li.has-sub:hover > ul, #cssmenu ul li.has-sub:hover > div{display:block;} 
#cssmenu ul li.has-sub > a:hover{background-image: linear-gradient(bottom, rgb(87,40,122) 50%, rgb(122,85,150) 100%);
background-image: -o-linear-gradient(bottom, rgb(87,40,122) 50%, rgb(122,85,150) 100%);
background-image: -moz-linear-gradient(bottom, rgb(87,40,122) 50%, rgb(122,85,150) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(87,40,122) 50%, rgb(122,85,150) 100%);
background-image: -ms-linear-gradient(bottom, rgb(87,40,122) 50%, rgb(122,85,150) 100%);

background-image: -webkit-gradient(
 Â  Â linear,
 Â  Â left bottom,
 Â  Â left top,
 Â  Â color-stop(0.5, rgb(87,40,122)),
 Â  Â color-stop(1, rgb(122,85,150))
);border-color:#3f3f3f;} 



#cssmenu ul li.has-sub2:hover > a:after{top:0; bottom:0;} 
#cssmenu > ul > li.has-sub2 > a:before{ content:''; position:absolute; top:18px; right:6px; border:5px solid transparent; border-top:5px solid #fff; } 
#cssmenu > ul > li.has-sub2:hover > a:before{top:19px;} 
#cssmenu ul li.has-sub2> a{
background-image: linear-gradient(bottom, rgb(87,40,122) 50%, rgb(122,85,150) 100%);
background-image: -o-linear-gradient(bottom, rgb(87,40,122) 50%, rgb(122,85,150) 100%);
background-image: -moz-linear-gradient(bottom, rgb(87,40,122) 50%, rgb(122,85,150) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(87,40,122) 50%, rgb(122,85,150) 100%);
background-image: -ms-linear-gradient(bottom, rgb(87,40,122) 50%, rgb(122,85,150) 100%);

background-image: -webkit-gradient(
 Â  Â linear,
 Â  Â left bottom,
 Â  Â left top,
 Â  Â color-stop(0.5, rgb(87,40,122)),
 Â  Â color-stop(1, rgb(122,85,150))

 ); border-color:#3f3f3f; padding-bottom:13px; padding-top:13px; top:-1px; z-index:999; } 
#cssmenu ul li.has-sub2:hover > ul, #cssmenu ul li.has-sub2:hover > div{display:block;} 
#cssmenu ul li.has-sub2 > a:hover{
	-webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.2);
-moz-text-shadow: 0 1px 0 rgba(0,0,0,0.2);
text-shadow: 0 1px 0 rgba(0,0,0,0.2);
background: rgb(95, 9, 153);
background: -moz-linear-gradient(top, rgba(55,168,163,1) 0%, rgba(111,207,202,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(133, 8, 182, 1)), color-stop(100%,rgba(116, 25, 167, 1)));
background: -webkit-linear-gradient(top, rgba(55,168,163,1) 0%,rgba(111,207,202,1) 100%);
background: -o-linear-gradient(top, rgba(55,168,163,1) 0%,rgba(111,207,202,1) 100%);
background: -ms-linear-gradient(top, rgba(55,168,163,1) 0%,rgba(111,207,202,1) 100%);
background: linear-gradient(to bottom, rgba(146, 14, 207, 1) 0%,rgba(119, 16, 151, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a8a3', endColorstr='#6fcfca',GradientType=0 );} 



#cssmenu ul li > ul, #cssmenu ul li > div{ display:none; width:auto; position:absolute; top:38px; padding:10px 0; background:#DABD97; border-radius:0 0 5px 5px; z-index:999; } 
#cssmenu ul li > ul{width:auto;} 
#cssmenu ul li > ul li{display:block; list-style:inside none; padding:0; margin:0; position:relative;} 
#cssmenu ul li > ul li a{ outline:none; display:block; position:relative; margin:0; padding:8px 20px; font:10pt Arial, Helvetica, sans-serif; color:#fff; text-decoration:none; text-shadow:1px 1px 0 rgba(0,0,0, 0.5); } 

#cssmenu{
width:533px;
  
 }
 #cssmenu > ul > li > ul > li a:hover
 {
     -webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.2);
-moz-text-shadow: 0 1px 0 rgba(0,0,0,0.2);
text-shadow: 0 1px 0 rgba(0,0,0,0.2);
background: rgb(95, 9, 153);
background: -moz-linear-gradient(top, rgba(55,168,163,1) 0%, rgba(111,207,202,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(133, 8, 182, 1)), color-stop(100%,rgba(116, 25, 167, 1)));
background: -webkit-linear-gradient(top, rgba(55,168,163,1) 0%,rgba(111,207,202,1) 100%);
background: -o-linear-gradient(top, rgba(55,168,163,1) 0%,rgba(111,207,202,1) 100%);
background: -ms-linear-gradient(top, rgba(55,168,163,1) 0%,rgba(111,207,202,1) 100%);
background: linear-gradient(to bottom, rgba(146, 14, 207, 1) 0%,rgba(119, 16, 151, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a8a3', endColorstr='#6fcfca',GradientType=0 );
}
a:hover {
color: #9CEBE4; } 
#cssmenu{border-color:#966429;} 
#cssmenu .last a{
 border:none;
 }
#cssmenu > ul > li > a{border-right:0px solid #966429; color:#fff;} 
#cssmenu > ul > li > a:after{border-color:#966429;} 
#cssmenu > ul > li > a:hover{ -webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.2);
-moz-text-shadow: 0 1px 0 rgba(0,0,0,0.2);
text-shadow: 0 1px 0 rgba(0,0,0,0.2);
background: rgb(95, 9, 153);
background: -moz-linear-gradient(top, rgba(55,168,163,1) 0%, rgba(111,207,202,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(133, 8, 182, 1)), color-stop(100%,rgba(116, 25, 167, 1)));
background: -webkit-linear-gradient(top, rgba(55,168,163,1) 0%,rgba(111,207,202,1) 100%);
background: -o-linear-gradient(top, rgba(55,168,163,1) 0%,rgba(111,207,202,1) 100%);
background: -ms-linear-gradient(top, rgba(55,168,163,1) 0%,rgba(111,207,202,1) 100%);
background: linear-gradient(to bottom, rgba(146, 14, 207, 1) 0%,rgba(119, 16, 151, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a8a3', endColorstr='#6fcfca',GradientType=0 );} 
.active{
  -webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.2);
-moz-text-shadow: 0 1px 0 rgba(0,0,0,0.2);
text-shadow: 0 1px 0 rgba(0,0,0,0.2);
background: rgb(95, 9, 153);
background: -moz-linear-gradient(top, rgba(55,168,163,1) 0%, rgba(111,207,202,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(133, 8, 182, 1)), color-stop(100%,rgba(116, 25, 167, 1)));
background: -webkit-linear-gradient(top, rgba(55,168,163,1) 0%,rgba(111,207,202,1) 100%);
background: -o-linear-gradient(top, rgba(55,168,163,1) 0%,rgba(111,207,202,1) 100%);
background: -ms-linear-gradient(top, rgba(55,168,163,1) 0%,rgba(111,207,202,1) 100%);
background: linear-gradient(to bottom, rgba(146, 14, 207, 1) 0%,rgba(119, 16, 151, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a8a3', endColorstr='#6fcfca',GradientType=0 );
}
.last a {
 border-right:none;
 }
 
 #menu6 {  border-right: none; } 
 .clearfix9{width:390px;height: 147px;margin-left: 644px;margin-top: -168px;}
.clearfix8{width: 618px;height: 93px;margin-left: 409px;margin-top: -259px;}
.clearfix7{width: 618px;height: 93px;margin-left: 276px;margin-top: 96px;}
.clearfix6{width: 689px;height: 301px;margin-left: 363px;margin-top: 2px;}
.clearfix4{width:390px;height: 147px;margin-left: 209px;margin-top: 2px;}
.clearfix5{width: 393px;height: 148px;margin-left: 401px;margin-top: -21px;}
.clearfix{width:390px;height: 392px;margin-left: 282px;margin-top: 2px;}
.clearfix1{width:390px;height: 392px;margin-left: 755px;margin-top: -412px;}
.clearfix2{width: 259px;height: 336px;margin-left: 368px;margin-top: 21px;}
.clearfix3{width: 618px;height: 89px;margin-left: 397px;margin-top: 29px;}
.input-small{width: 90px;font-family:Calibri;font-size: 14px;font-weight:bold;color:#7d0000; border-radius: 5px;border: solid 1px;}
.gTitle{font-family:Calibri;font-size: 14px;font-weight:bold;color: #7d0000; }
#panchanglocationpickergirl{font-family:Calibri;font-size: 15px;font-weight:bold;color:#7d0000;border-radius: 5px;width: 243px;}
#panchanglocationpickerboy{font-family:Calibri;font-size: 15px;font-weight:bold;color:#7d0000;border-radius: 5px;width: 243px;}
.Hheader{font-family:Calibri;font-size: 36px;font-weight:bold;color:#7d0000; margin-left: 493px;margin-top: 99px;}
.divcontent{font-family:Calibri;font-size: 17px;color:#7d0000; margin-left: 116px;margin-top: -9px;}