

/*=======================================================+
|                                                        |
|         CSS for DotNetNuke Skin - ArchitectX           |
|               Developed by Adammer LLC                 |
|                http://www.adammer.com                  |
|                                                        |
|                    December 2007                       |
|                                                        |
+=======================================================*/

#login, #login a, #footer, #footer a {color: #333333;}


/*========================================================+
|  Navigation Menu Styles                                 |
+========================================================*/

/*-- Set bottom margin and
     color of menu that does not
     contain menu items.               --*/ #nav ul {padding:0;margin:0 0 3px 0;list-style:none;float:left;width:100%;background-color:#B49ABB;}

/*-- Set line height.                  --*/ #nav li {position:relative;float:left;line-height:26px;list-style:none;padding:0;white-space:nowrap;margin-bottom:0px;}

/*-- Font for top menu items.          --*/ #nav a {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;display:block;margin: 0;text-decoration:none;text-align:center;font-weight:normal;padding: 0 10px 0 10px;color: #FFFFFF;border-right:1px solid #FFFFFF;background-color: #B49ABB;}

/*-- Second-level list container.      --*/ #nav li ul {position:absolute;left: -999em;width:150px;border-top: #FFFFFF 1px solid;background-color:#B49ABB;}

/*-- Second-level menu items.          --*/ #nav li li a {width:185px;font-size:10px;text-align:left;border-bottom: 1px solid #FFFFFF;border-left:1px solid #FFFFFF;border-right:1px solid #FFFFFF;background-color:#B49ABB;}

/*

/*-- Hover style for unselected 
     menu items.                       --*/ #nav li a:hover {background-color: #856286;}

/*-- Top-level selected menu items.    --*/ #nav li.SelectedTab a {background-color:#856286;}

/*-- Second-level selected
     menu items.                       --*/ #nav li li.SelectedTab a {background-color:#856286;}

/*-- Third-level selected 
     menu items.                       --*/ #nav li li li.SelectedTab a {background-color: #856286;}

/*-- Hover style for selected 
     menu items.                       --*/ #nav li.SelectedTab a:hover {background-color: #FFFFFF;color:#000000;}

/*-- Font color for disabled tabs.     --*/ #nav .DisabledTab {color:#CCCCCC;}

/*-- No need to change these hover
     classes unless you need more 
     than 4 levels                     --*/ #nav li:hover ul ul,
                                            #nav li:hover ul ul ul,
                                            #nav li:hover ul ul ul ul,
                                            #nav li.iehover ul ul,
                                            #nav li.iehover ul ul ul,
                                            #nav li.iehover ul ul ul ul{left: -999em;}

                                            #nav li:hover ul, 
                                            #nav li.iehover ul {top: 26px;left:0;}
                                            
                                            #nav li li:hover ul,
                                            #nav li li li:hover ul,
                                            #nav li li.iehover ul,  
                                            #nav li li li.iehover ul {top: 0;left:171px;}


/*-- This is where we set the 
     background color and supporting
     images.
     
     Comment out this code if you want 
     the default background color 
     #ECEBEB (grey) and supporting
     images.
     
     If you customized the background
     using the source image files this 
     is where you should change this 
     code to your new images and 
     background color.                --*/  body {background: #C5A9CD;}
                                            #login-bg{background: url(graphics/bg_outside_top_purple.png) center no-repeat;}
                                            #header-bg{background: url(graphics/banner.jpg) top center repeat-y; height:94px;}
                                            #breadcrumb-bg{background: url(graphics/bg_outside_purple.png) center repeat-y;}
                                            #menu-bg{background: url(graphics/bg_outside_purple.png) center repeat-y;}
                                            #content-bg {background: url(graphics/bg_outside_purple.png) center repeat-y;}
                                            #footer-bg {background: url(graphics/bg_outside_bottom_purple.png) top no-repeat;}




/*========================================================+
|  End Navigation Menu Styles                             |
+========================================================*/
