Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/mm/ada/icdp/
Upload File :
Current File : /var/www/html/mmishra/mm/ada/icdp/jquerycssmenu.css.inc

<style type='text/css'>
<!--
@variables {
	icdpbg: red;
}

body {
	background: <?php echo $bgcolor;?>;
 	font: 12px/normal georgia, Tahoma, Arial, Helvetica, sans-serif;
}

.watermark {
	/*background: white url(<?php echo $webid;?>/images/bgimage.png) top center repeat-y;*/
	background: white url(<?php echo $webid;?>/images/bgimage.png) top center;
}

.banner {
	background: white url(<?php echo $webid;?>/images/bgimage.png) top center;
	/*background: white url(<?php echo $webid;?>/images/bgline.png) top center repeat-y;*/
}

.jquerycssmenu {
	width: 80%;
	font: normal 11px Verdana;
	border-bottom: 1px solid white;
	padding-bottom: 0px;
	margin-bottom: 2px; 
	text-align: left;
	white-space: nowrap;
	min-width: 700px;
}

.jquerycssmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.jquerycssmenu ul li {
	position: relative;
	display: inline;
	float: left;
}

.jquerycssmenu ul li a {
	display: block;
	padding: 5px 7px 4px 7px;
	margin-right: 2px;
	border: 1px solid white;
	border-bottom-width: 0;
	color: white;
	text-decoration: none;
}

.jquerycssmenu ul li a:hover {
	background: white;
	border: 1px solid <?php echo $bgcolor;?>;
	border-top-width: 0;
	border-bottom-width: 0;
	color: <?php echo $bgcolor;?>;
}
	
.jquerycssmenu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	border: 1px solid white;
}

.jquerycssmenu ul li ul li {
	display: list-item;
	float: none;
	background: <?php echo $bgcolor;?>;
	color: white;
}

.jquerycssmenu ul li ul li ul {
	top: 0;
} 

.jquerycssmenu ul li ul li a {
	font: normal 12px Verdana;
	width: 160px; 
	background: <?php echo $bgcolor;?>; 
	color: white;
	padding: 4px 5px;
	margin: 0;
	border-top-width: 0;
	z-index: 100;
        filter: alpha(opacity=98);
        -moz-opacity: .98;
        opacity: .98;
}

.jquerycssmenu ul li ul li a:hover {
	background: white;
	color: <?php echo $bgcolor;?>; 
	border: 1px solid <?php echo $bgcolor;?>;
	border-top-width: 0;
	border-bottom-width: 0;
}

.downarrowclass {
	position: absolute;
	top: 7px;
	right: 5px;
}

.rightarrowclass {
	position: absolute;
	top: 5px;
	right: 5px;
}
-->
</style>