/*Vertical Pop Out Menu*/
#menu {
	width: 125px; /* set width of menu */
	background: #eee;
	float: right;
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	font-family: Faruma, A_Faseyha, Arial;
	font-size: 26px;
	line-height: 20px;
	font-weight: bold;
}

#menu h2 {
	color: #fff;
	background: #000;
	text-transform: none;
}

#menu a {
	color: #000;
	text-decoration: none;
	background-color: #FC9;
}

#menu a:hover {
color: #a00;
background: #fff;
}

/*Positioning the Pop Outs*/
#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul ul {
	position: absolute;
	top: 0; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
	right: 100%;
}

/*Hiding and Revealing using :hover*/
div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/*Fixing it for IE!*/
[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc); /* call hover behaviour file */
font-size: 100%; /* enable IE to resize em fonts */
} 
#menu ul li {
	float: right; /* cure IE5.x "whitespace in lists" problem */
	width: 100%;
}
#menu ul li a {
height: 1%; /* make links honour display: block; properly */
} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif; 
/* if required use em's for IE as it won't resize pixels */
} 
</style>
<![endif]

/*Horizontal CSS Dropdown and Popout Menu*/
#menu {
width: 100%;
background: #eee;
float: left;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 125px;
	float: right;
}

#menu a, #menu h2 {
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
	font-family: Faruma, A_Faseyha, Arial;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
	color: #000;
	text-decoration: none;
	background-color: #FC9;
}

#menu a:hover {
	color: #a00;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

/*Positioning the Popout Menus and Dropdown Menus*/
#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
	top: 0;
	right: 100%;
}

/*Hiding and Revealing using :hover*/
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/*Fix it for IE!*/
[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
}

#menu ul li {
	float: right;
	width: 100%;
}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
	font-family: Faruma, A_Faseyha;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: bold;
	text-align: right;
}
</style>
<![endif].main .main_bg .content_layer .articles .heading p {
	font-family: Arial, Helvetica, sans-serif;
}
