#menuHolder{
	width:1000px;
	height:auto;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat;
	border-radius:5px;
	font-family:Arial, Helvetica, sans-serif;
	margin:auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#pad {height:140px;}
#menu {padding:0;margin:0;list-style:none;margin-top: 56px;position:relative;z-index:500;}
#menu li {border-bottom: 1px solid #fff;float: left;margin-right: 8px;padding-bottom: 10px;}
#menu li.current {/* border-bottom: 1px solid #8e3da7; */}
#menu li:last-child {margin-right:0;}
#menu li a {
	display:block;
	float:left;
	line-height:24px;
	color: #6e6d6d;
	text-decoration:none;
	font-size: 14px;
	font-weight: 400;
	padding: 4px 6px;border-bottom: 1px solid #fff;
}


#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {z-index:200; position:relative;color:#fff; background-color:#c60;}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {color:#000; background:#fff;}
#menu li:hover > a.sub {color:#000; background-color:#fff;}

#menu li.current a {color:#000; background:#fff;border-bottom: 1px solid #8e3da7;}

#menu li a.sub {
	background-repeat: no-repeat;
	background-position: right center;
}
#menu li.current a.sub {
	color:#000;	
	background-repeat: no-repeat;
	background-position: right center;
}

#menu :hover ul {left:0;top: 40px;width:120px;background: #ffffff;box-shadow: 5px 7px 5px #ccc;}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin-top:4px;/*margin:5px 0px 0px -1px;*/ padding:0; list-style:none;  }

#menu :hover ul :hover ul
{left:170px; top:-1px; background:#222; white-space:nowrap; width:100px; z-index:200; height:auto;}

#menu :hover ul li {margin:0;border-left: 1px solid #e4e4e4;border-right: 1px solid #e4e4e4;border-bottom: 1px solid #fff;}
#menu :hover ul li a {width:190px;padding:0;text-indent:10px;background: #f5f5f5;color: #6e6d6d;height:30px;line-height:30px;}
#menu :hover ul li a.fly {
	background-color: #4383ff;
}

#menu :hover ul :hover {background-color:#ffffff;color: #6e6d6d;}
#menu :hover ul :hover a.fly {background-color:#ffffff; color:#000000;}

#menu :hover ul li.currentsub a {
	color:#fff;
}
#menu :hover ul li.currentsub a.fly {
	color:#ffffff;
	background-color:#09c;
}

#menu :hover ul :hover ul li a {width:170px; padding:0; text-indent:10px; background:#4383ff; color:#fff;}
#menu :hover ul :hover ul :hover {background-color:#ffffff; color:#000000;}

#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover { color:#fff;}

/*footer link*/

#footer .column ol, ul {
    margin:0;
	padding:0px 0px 0px 10px;	
	font-size: 14px;
    font-weight: none;
    list-style: none outside none;
}

#footer {
	clear: both;
	color: #CDCDCD;
	height: 150px;
	position: relative;
	margin: auto;
	width: 1000px;
	font-family:Arial;
}
#footer a {
	color: #000000;
	text-decoration:none;
}
#footer a:hover {
	color: #4383ff;
}
#footer #footer-links {
	margin: 0;
}

#footer h4 {
    color: #FFFFFF;
    font-size: 20px;
    margin: 12px 0 27px;    
	padding: 0;
    text-transform: capitalize;
	font-family:Arial;
	font-weight:bold;
}
#footer input#searchBoxBottom, #footer input#search {
	float: right;
	padding-left: 25px;
	width: 255px;
}
#footer input.submit {
	position: absolute;
	right: 20px;
	top: 22px;
}
#footer ul li#magazine-thumb {
	float: left;
	margin: 2px 15px 0 0;
}
#footer #copyright, #footer #partner_links {
	border-top: 1px solid #C44A5A;
	clear: both;
	color: #C4949A;
	font-size: 11px;
	overflow: hidden;
	padding: 10px 0 0;
}


#footer .column {
	float: left;
	line-height: 22px;
	width: 19%;
	margin-top: 0;
	margin-right: 1%;
	margin-bottom: 18px;
	margin-left: 0;
}



/*left side menu link css */


.glossymenu{
	margin: 0 0;
	padding: 0;
	width: 188px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #9A9A9A;
	border-bottom-color: #9A9A9A;
	border-left-color: #9A9A9A;
}

.glossymenu a.menuitem{
background:url(../images/glossyback.gif) repeat-x bottom left;
font: bold 14px , Verdana, Helvetica, sans-serif;
color: #ffffff;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 8px 0 10px 10px;
text-decoration: none;
font-size:14px;
font-weight:bold;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(../images/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #cccccc;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px , Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 6px 0 6px 10px;
font-size:13px;
}

.glossymenu div.submenu ul li a:hover{
	colorz: white;
	background-color: #eeeeee;
}


.top-strip{ float:left; width:100%; background:#f4f4f4;}
.adevertise-us {
    float: left;
    font-size: 14px;
    margin: 8px 5px 0 0;
    border-right: 1px solid #ccc;
    padding-right: 15px;
    font-weight: 500;
    color: #4d4c4c;
}
ul.sub li{padding-bottom:0px !important;}
ul.sub li a{border-bottom:0px !important;}
ul.currentsub li{padding-bottom:0px !important;}
ul.currentsub li a{border-bottom:0px !important;}
#menu :hover ul li:last-child{border-bottom: 1px solid #e4e4e4;}

