
/* ----------------------------------------------
	Template Name : PrinceofPeaceV1.0
	Template Code : pop-0002
	Version : 1.0   
	Author : Immanuel Santhosam, Vijay Sumod.
	Author URI : http://www.princeofpeace.org.in/    
	Last Date Modified : March 09, 2009	
 ------------------------------------------------ */


.menu {width:911px; height:30px; position:relative; z-index:100;border-right:1px solid #ccc; font-family:arial, sans-serif;background:#e7e7e7 url(images/nav-bgall.gif) no-repeat 0px 0px;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:911px; w\idth:911px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0px;margin:0px;list-style-type:none;}
.menu ul ul {width:127px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:127px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited 
{
	display:block;
	font-size:12px;
	text-decoration:none; 
	color:#fff; 
	width:138px; 
	height:30px; 
	border:1px solid #b4b4b4; 
	border-width:0px 0px 1px 1px; 
	background:#c60000 url(images/nav-bgall.gif) repeat-x 0px 0px;  
	padding-left:10px; 
	line-height:29px; 
	font-weight:bold;
	letter-spacing:0px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:130px; w\idth:119px;}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#c60000 url(images/nav-bgall.gif) repeat-x 0px 0px; }
/* style the second level hover */
.menu ul ul a.drop:hover{}
.menu ul ul :hover > a.drop {}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#c60000;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#c60000 url(images/nav-bgall.gif) repeat-x 0px -35px;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0px;top:30px;left:0px; width:127px;border-top:1px solid #c60000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:29px;}

/* position the third level flyout menu */
.menu ul ul ul{left:127px; top:-1px; width:124px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-127px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0px; left:0px; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#c60000 url(images/nav-bgall.gif) repeat-x 0px -35; color:#fff; height:auto; line-height:1em; padding:5px 10px; width:128px;border:1px solid #b4b4b4; 
	border-width:0px 0px 1px 0px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover
{
	color:#fff; 
	/*background:#b6b6b6 url(images/nav-bg-o.gif) repeat-x ;*/
	background:#c60000 url(images/nav-bgall.gif) repeat-x 0px  -35px;
	border:1px solid #b4b4b4; 
	border-width:0px 0px 1px 0px;
	}
.menu a:hover
{
	border:1px solid #b4b4b4; 
	border-width:0px 0px 1px 1px;
}
.menu :hover > a, .menu ul ul :hover > a {color:#eee; background:#c60000 url(images/nav-bgall.gif) repeat-x 0px -35px}
/*.menu a:hover, .menu ul ul a:hover{color:#c60000; background:#b6b6b6 url(images/nav-bg-sub-o.gif) repeat-x ;border-width:0px 0px 0px 0px ;}
.menu :hover > a, .menu ul ul :hover > a {color:#c60000; background:#b6b6b6 url(images/nav-bg-sub-o.gif) repeat;border-width:0px 0px 0px 0px ;}*/

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
.menu table 
{
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;		
}

.menu tr {
	height: 0px;
}
.menu td {
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}	