
.pullupmenu {
	width:150px;
	height:20px;
	/*position:absolute;*/
	font-weight:normal;
	list-style-type:none;
	left:630px;
	padding-top:5px;
	float:left;

	}

* html .pullupmenu {
	width:150px;
	height:20px;
	position:absolute;z-index:1000;
	list-style-type:none;

	}

*+ html .pullupmenu {
	width:150px;
	height:20px;
	position:absolute;z-index:1000;
	list-style-type:none;
	}

/* remove all the bullets, borders and padding from the default list styling */
.pullupmenu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}

.pullupmenu ul ul {
	width:150px;
	list-style-type:none;
	margin:0;
	}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.pullupmenu li {
	float:left;
	width:150px;
	position:relative;
	list-style-type:none;
	padding:0;
	margin:0;
	
	}

.pullupmenu ul li a.parent{ 
	border:none; 
	padding-left:0px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	color:#4b4a4a; 
	font-size:12px;
	margin:0;
	list-style-type:none;
	}
	
/* style the links for the top level */
.pullupmenu a{
	display:block;
	font-size:11px;
	text-decoration:none; 
	color:#000; 
	width:150px; 
	height:30px; 
	border:1px solid #dedfdf; 
	padding-left:10px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:left;
	list-style-type:none;
	margin:0;
	}

/* a hack so that IE5.5 faulty box model is corrected */
* html .pullupmenu a{
	display:block;
	font-size:11px;
	text-decoration:none; 
	color:#000; 
	width:160px; 
	height:30px; 
	border:1px solid #dedfdf; 
	padding-left:10px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:left;
	list-style-type:none;
	}

.pullupmenu a:hover, * html .pullupmenu a:hover{
	color:#999;
	list-style-type:none;
	}

/* style the second level background */
.pullupmenu ul ul a.drop{
	background:#fff;
	text-decoration:none;
	list-style-type:none;
	}

/* style the second level hover */
.pullupmenu ul ul a.drop:hover {
	background:#e3e6e6;
	text-decoration:none;
	list-style-type:none;
	}

.pullupmenu ul ul :hover > a.drop {
	background:#e3e6e6;
	text-decoration:none;
	list-style-type:none;
	}
	
/* style the third level background */
.pullupmenu ul ul ul a{
	background:#fff;
	list-style-type:none;
	}

/* style the third level hover */
.pullupmenu ul ul ul a:hover{
	background:#e3e6e6;
	text-decoration:none;
	list-style-type:none;
	}

.pullupmenu ul ul ul :hover > a {
	background:#e3e6e6;
	text-decoration:none;
	list-style-type:none;
	}

/* style the table so that it takes no part in the layout - required for IE to work */
.pullupmenu table {
	border-collapse:collapse; 
	border:0; 
	position:absolute; 
	left:0; 
	bottom:-1px;
	list-style-type:none;
	}

/* hide the drop levels and give them a positon absolute so that they take up no room */
.pullupmenu ul ul {
	visibility:hidden;
	position:absolute;
	bottom:30px;
	left:0; 
	width:150px;
	list-style-type:none;
	}

* html .pullupmenu ul ul {
	bottom:30px;
	list-style-type:none;
	}

/* position the third level flyout pullupmenu */
.pullupmenu ul ul ul{
	left:171px; 
	bottom:0;
	width:150px;
	list-style-type:none;
	}

* html .pullupmenu ul ul ul{
	left:271px; 
	bottom:0;
	width:150px;
	list-style-type:none;
	}

/* position the third level flyout pullupmenu for a left flyout */
.pullupmenu ul ul ul.left {
	left:-150px;
	list-style-type:none;
	}

/* style the second level links */
.pullupmenu ul ul a{
	background:#d4d8bd; 
	color:#3b4148; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:150px;
	list-style-type:none;
	/* yet another hack for IE5.5 */
	}

* html .pullupmenu ul ul a{
	width:150px;
	list-style-type:none;
	}

.pullupmenu ul ul ul a{
	color:#3b4148; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:150px;
	list-style-type:none;
	/* yet another hack for IE5.5 */
	}

* html .pullupmenu ul ul ul a{
	width:150px;
	list-style-type:none;
	}

/* style the top level hover */
.pullupmenu a:hover, .pullupmenu ul ul a:hover{
	color:#3b4148; 
	background:none;
	list-style-type:none;
	}

.pullupmenu :hover > a, .pullupmenu ul ul :hover > a {
	color:#3b4148;
	list-style-type:none;
	}

/* make the second level visible when hover on first level list OR link */
.pullupmenu ul li:hover ul,
.pullupmenu ul a:hover ul{
	visibility:visible;
	height:auto;
	list-style-type:none;
	}
	
/* keep the third level hidden when you hover on first level list OR link */
.pullupmenu ul :hover ul ul{
	display:none;
	list-style-type:none;
	}
	
/* keep the fourth level hidden when you hover on second level list OR link */
.pullupmenu ul :hover ul :hover ul ul{
	display:none;
	list-style-type:none;
	}
	
/* make the third level visible when you hover over second level list OR link */
.pullupmenu ul :hover ul :hover ul{ 
	display:block;
	bottom:0;
	list-style-type:none;
	}
	
/* make the fourth level visible when you hover over third level list OR link */
.pullupmenu ul :hover ul :hover ul :hover ul { 
	display:block;
	bottom:0;
	list-style-type:none;
	}


#links{
	float:left;
	margin:5px 0px 0px 0px;
	width:100px;
}
