
/*=======================================================+
|                                                        |
|         CSS for DotNetNuke Skin - BASMAA.org           |
|               Developed by Adammer LLC                 |
|                http://www.adammer.com                  |
|                                                        |
|                     August 2008                        |
|                                                        |
+=======================================================*/

#HeaderDiv { margin:0 auto; background:transparent url(graphics/header_bg2.jpg) center top no-repeat; height:70px;}

/*-- Set font size, color, etc. 
     for login links and text.        --*/  #dnn_dnnUSER_cmdRegister {text-transform: none;}
                                            #dnn_dnnLOGIN_cmdLogin {text-transform:none;}

/*-- Set the background image, 
     width, and margins for 
     the menu.                        --*/  #menu-bg {background: url(graphics/MenuBlue_Glossy_bg.gif) left repeat-x; border-top: #2B65B3 1px solid;border-bottom:#2B65B3 1px solid;}
	                                        #menu {margin:0 auto 0 auto; width: 924px; text-align:left;}
																						
/*-- Set the background image,
     width, margin, and font
     for the footer div.              --*/  #footer-bg {border-top: #999999 1px solid;}
                                            #footer {color:#999999;}
                                            #footer a {color: #999999;}
											.privacy{background:none;padding-right:0px;}

/*========================================================+
| Menu Items                                              |
+========================================================*/

/*-- Font for top menu items.         --*/	#nav a {border-right:#E0E9F4 1px solid;}

/*-- Set bottom margin and
     color of menu that does not
     contain menu items.              --*/	#nav ul {border-left:1px solid #E0E9F4;}

/*-- Second-level list container.     --*/  #nav li ul {border-top:#F1F1F1 1px solid;}

/*-- Second-level menu items.         --*/  #nav li li a {border-right:1px solid #F1F1F1;border-bottom:#F1F1F1 1px solid; background-color: #2B65B3;}

/*-- Hover style for unselected 
     menu items.                      --*/	#nav li a:hover {background-color:#F2F2F2; color:#000000;}

#nav li.SelectedTab a:hover {background-color: #2B65B3; color:#FFFFFF;}

/*-- Top-level selected menu items.   --*/	#nav li.SelectedTab a {background-color:#F2F2F2; color: #000000;}
